
KC8 Slider API
==============


Functions:
==========

setSlider (min, max, current )
------------------------------
Set the min, max and current value of the slider.
All values have to be of the integer type. 
If you wish to use decimal values, you have to divide the result.


getValue ()
-----------
Returns the current value of the slider.



Events:
=======

onMove
------
Event called when slider is moved.
